Vcenter Tagging Categories IterationSpec
The Vcenter Tagging Categories IterationSpec schema contains properties used to break results into pages when listing categories.
This schema was added in vSphere API 9.0.0.0.
{
"marker": "string",
"page_size": 0
}
Marker is an opaque data structure that allows the caller to request the next page of categories.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the first page of categories will be returned.
Used for pagination to fetch given page size
This property was added in vSphere API 9.0.0.0.
if missing or null
, then categories will be fetched with default size of 20.